home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / GHtP.swf / scripts / DefineButton2_44 / BUTTONCONDACTION on(release).as
Text File  |  2008-09-03  |  129b  |  8 lines

  1. on(release){
  2.    if(_global.MA_ON)
  3.    {
  4.       MochiAd.unload(this.mc_click_away);
  5.    }
  6.    this.gotoAndPlay("show help");
  7. }
  8.